projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca38179
)
(byte-compile-file-form-defmumble): Undo previous change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Jul 1993 06:53:42 +0000
(06:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Jul 1993 06:53:42 +0000
(06:53 +0000)
It turns out the second arg was put in by mistake in the first place.
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 7364f8803df4515593acff167ed7dc94a63bbaac..1bf05c831686914097433e453bd271f1a669fe35 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1589,8
+1589,7
@@
With argument, insert value in current buffer after the form."
(list 'cons ''macro code))
((list 'quote (if macrop
(cons 'macro new-one)
- new-one)))))
- 'byte-compile-two-args)
+ new-one))))))
;; Output the form by hand, that's much simpler than having
;; b-c-output-file-form analyze the defalias.
(byte-compile-flush-pending)